Hi Justin,
I’m afraid it isn’t possible to list these numbers out using any straight forward REST API call. We do have some /addons
endpoints but if you use the Get an add-on endpoint to get your Live Call Routing add on, or any other add on, your response body would just be like the below example:
{
"addon": {
"id": "P95TG8I",
"type": "full_page_addon",
"summary": "Live Call Routing",
"self": "https://api.pagerduty.com/addons/P95TG8I",
"html_url": null,
"name": "Live Call Routing",
"src": "https://pd-live-call-routing.herokuapp.com/account/subdomain/3R-GsxTTziNqDsPDmkHIma",
"services": []
}
}
Please consider your feedback in seeing more details in such /addon responses noted though! We can apprecaite the description of your use case as well